home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000289_news@columbia.edu _Wed Feb 14 14:45:35 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA12012
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 14 Feb 2001 14:45:33 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA21488
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Feb 2001 14:45:32 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA26684
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 14 Feb 2001 14:34:22 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: automate task
  14. Date: 14 Feb 2001 19:34:21 GMT
  15. Organization: Columbia University
  16. Message-ID: <96emjt$q1q$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <3a8adafe.20328603@nntp.uunet.ca>,
  20. Guenhwyvar <guenhwyvar_2000@hotmail.com> wrote:
  21. : I have purchase kermit 95.
  22. : any method to automate the task in a batch file?
  23. : ill try this
  24. :   k95 take scripts\hostmdm.ksc
  25. : and nothing apears.
  26. :
  27. K95's command-line syntax is different from that of MS-DOS Kermit.
  28. At the K-95> prompt, type "help options" for an explanation.
  29.  
  30. : I start K95 and at the K-95 promtp i enter the take command and 
  31. : all works.  Do you have a solution to automate the task??
  32. k95 scripts\hostmdm.ksc
  33.  
  34. (omit the word "take").
  35.  
  36. - Frank